-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ROCm 6.0.1] Adaptation for HIPRTC changes in 6.0.1 #2641
[ROCm 6.0.1] Adaptation for HIPRTC changes in 6.0.1 #2641
Conversation
Co-authored-by: Artur Wojcik <artur.wojcik@amd.com> Co-authored-by: JD <jahandad@gmail.com> Co-authored-by: Jun Liu <Liu.Jun@amd.com> (cherry picked from commit 31e8376)
(cherry picked from commit 7ae1553) # RESOLVED Conflicts: # src/kernels/hip_float8.hpp
…ludes in HIP sources. (partial cherry-pick of ROCm#2637) Differences from ROCm#2637: - Almost all changes of test/gtest/CMakeLists.txt reverted, except extending timeout for gtest discovery and logging more testing parameters onto console. (cherry picked from commit 3cc32a7 and EDITED) # RESOLVED Conflicts: # test/gtest/CMakeLists.txt - EDITED
@junliume I see issues with some smoke_solver_ConvHipImplicitGemm* tests and with LayerNormTestSet. Investigating... |
623cc81
to
314a89b
Compare
…he 6.0.24000 version. Fix some build errors (ROCm#2465 + more)
314a89b
to
4f695d9
Compare
@junliume This is ready to go. |
@junliume Excuse me, but I do not understand why this branch has been squashed on merge. |
Ops, used default setting. The Cherry Pick history is still visible from the squashed commit message though. The staging has already started, I will see if there is a good way to "unsquash" the commits. |
#ifndef WORKAROUND_DO_NOT_USE_CUSTOM_LIMITS | ||
#define WORKAROUND_DO_NOT_USE_CUSTOM_LIMITS 0 | ||
#endif |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@junliume Another instance of the quality issue. Better to fix, but not mandatory.
-DMIOPEN_OVERRIDE_HIP_VERSION_PATCH=XXXX
to control this behaviour.-DMIOPEN_OVERRIDE_HIP_VERSION_PATCH=23999
when building MIOpen.-DMIOPEN_OVERRIDE_HIP_VERSION_PATCH=24000
.develop
.develop
.🌀 Testing
rocm/miopen:hiprtc
with dependencies installed fromrequirements.txt
from this PR.-DMIOPEN_TEST_ALL=Off -DBUILD_DEV=On
(Smoke testing)-DMIOPEN_OVERRIDE_HIP_VERSION_PATCH=2400
🟢 ALL PASSED
[Attribution] @junliume @JehandadKhan